Produced by Araxis Merge on 2021-05-13 09:08:39 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | 2021-05-13 09:08:39 +0000 | ||
| 2 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/code/Mageplaza/LayeredNavigation/view/frontend/web/js/model | loader.js | 2017-05-17 08:25:12 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 44 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | /** | |||||
| 2 | * Mageplaza | |||||
| 3 | * | |||||
| 4 | * NOTICE OF LICENSE | |||||
| 5 | * | |||||
| 6 | * This source file is subject to the Mageplaza.com license sliderConfig is | |||||
| 7 | * available through the world-wide-web at this URL: | |||||
| 8 | * https://www.mageplaza.com/LICENSE.txt | |||||
| 9 | * | |||||
| 10 | * DISCLAIMER | |||||
| 11 | * | |||||
| 12 | * Do not edit or add to this file if you wish to upgrade this extension to newer | |||||
| 13 | * version in the future. | |||||
| 14 | * | |||||
| 15 | * @category Mageplaza | |||||
| 16 | * @package Mageplaza_LayeredNavigation | |||||
| 17 | * @copyright Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/) | |||||
| 18 | * @license https://www.mageplaza.com/LICENSE.txt | |||||
| 19 | */ | |||||
| 20 | ||||||
| 21 | define( | |||||
| 22 | [ | |||||
| 23 | 'jquery' | |||||
| 24 | ], | |||||
| 25 | function ($) { | |||||
| 26 | 'use strict'; | |||||
| 27 | ||||||
| 28 | return { | |||||
| 29 | /** | |||||
| 30 | * Start full page loader action | |||||
| 31 | */ | |||||
| 32 | startLoader: function () { | |||||
| 33 | $('#ln_overlay').show(); | |||||
| 34 | }, | |||||
| 35 | ||||||
| 36 | /** | |||||
| 37 | * Stop full page loader action | |||||
| 38 | */ | |||||
| 39 | stopLoader: function () { | |||||
| 40 | $('#ln_overlay').hide(); | |||||
| 41 | } | |||||
| 42 | }; | |||||
| 43 | } | |||||
| 44 | ); |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.